home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Graphics Plus
/
Graphics Plus.iso
/
msdos
/
raytrace
/
pov
/
gen
/
form04a
/
sue
/
flower.frm
< prev
next >
Wrap
Text File
|
1994-01-25
|
359b
|
12 lines
Copyright (c) Sue Cunningham
cone1 = ellipse 1, 0.2 stack 30 in 50% grow 0.1 bend 30 texture Stone7;
tshape = torus 1, 5 stack 60 in 25% bend -180 twist 4*180 grow 1.1 texture Stone13;
spacet =spacer -4, tshape;
sueflag = cone1, spacet;
eshape = ellipse 2.5, 0.5 stack 10 in 10% bend 3*180 texture Grnt28;
flower = eshape, sueflag;
flower;
end;